/*------------------------全局--------------------*/
html{overflow-y:scroll;} 

body{
	margin:0px auto;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	background:url(../pic/bodybj.gif) repeat-x;
	}
img,form,ul,p{
	margin:0px;
	padding:0px;
	border:0px;
	}
input,textarea,select,td {
	color:#666666;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

a{ 
	color:#000000;
	text-decoration:none;
	}
a:hover{
	color:#FF3300;
	}
/*------------------------------------------------*/
/*通用_页面容器------------------------------------*/
#container{
	}

/*通用_页面头部--------------------------*/
#header{
	margin:auto; 
	padding-top:15px;
	width:1002px; 
	height:319px;
	background:url(../Images/head_bg.jpg) no-repeat;
	}

/*LOGO*/
.header_logo{
	float:left;
	padding:0 0 15px 16px;
	width:200px;
	height:42px;
	}
	
/*小字链接*/
.header_link{
	float:left;
	padding:0px 46px 15px 0px;
	width:740px;
	height:42px;
	text-align:right;
	}

/*主菜单，有下拉*/
#mainMenu{
	float:left;
	padding-left:16px;
	list-style-type:none;
	}
#mainMenu ul li{
	float:left;
	margin-right:2px;
	width:106px;
	list-style:none; 
	background:url(../Images/head_mainmenu_bg1.png);
	}
#mainMenu ul li a{
	display:block;
	padding-top:12px;
	width:106px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	}
#mainMenu ul li a:hover{
	background:url(../Images/head_mainmenu_bg2.png);
	}
#mainMenu ul li ul {
	list-style-type: none;
	text-align:left;
	left:-999em;
	width:142px;
	position:absolute;
	}
#mainMenu ul li ul li{
	float:left;
	width:142px;
	height:24px;
	border-top:1px solid #FFFFFF;
	background:#DA0000;
	}
#mainMenu ul li ul li a{
	display:block;
	padding:6px 6px 6px 6px;
	width:130px;
	height:12px;
	text-align:left;
	}
#mainMenu ul li ul li a:hover{
	background: #F70000;
	}
#mainMenu ul li:hover ul{
	left:auto;
	}

#mainMenu ul li.sfhover ul{
	left:auto;
	}
	
/*检查会员是否登录*/
.header_checkmember{
	float:left;
	padding:9px 16px 11px 8px;
	width:196px;
	height:12px;
	color:#333333;
	}
.header_checkmember a{
	color:#333333;
	text-decoration:underline;
	}
.header_checkmember a:hover{
	color:#E00000;
	}

/*大幅广告条*/
.header_banner{
	float:left;
	padding:1px 0px;
	width:1002px;
	height:228px;
	}

/*通用_页面底部--------------------------*/
#footer{
	margin:auto; 
	padding:0px;
	width:1002px;
	height:80px;
	border-top:1px solid #E6E6E6;
	background:#F3F4F6 url(../Images/bg_copyright.gif) 251px 20px no-repeat;
	color:#999999;
	text-align:left;
	line-height:150%;
	}
#footer a{
	color:#999999;
	}
#footer_ICP {
	float:left;
	padding-top:8px;
	width:252px;
	height:72px;
	text-align:center;
	line-height:150%;
	}
#footer_copyright {
	float:left;
	padding:20px 20px 0px 40px;
	width:690px;
	height:60px;
	text-align:left;
	line-height:150%;
	}
	
/*通用_页面主体--------------------------*/
/*首页内页相同*/
#bodyer{
	}

/*首页内页不同之首页*/
#bodyer_index{
	overflow:hidden;
	margin:15px auto; 
	width:1002px;
	background:url(../Images/bg_bodyer_index.gif) 251px 334px repeat-y;
	}

/*首页内页不同之内页*/
#bodyer_page{
	overflow:hidden;
	margin:0 auto; 
	width:980px;
	background:#ffffff;
	}

/*第一边栏*/
#mainSidebar{
	float:left;
	padding:3px 17px;
	width:218px;
	}

/*第二边栏*/
#subSidebar{
	float:left;
	padding:3px 17px;
	width:160px;
	}
	
/*边栏以外的主体区域，即核心内容区，首页内页相同*/
#indexpageBody{
	}
/*核心内容区，首页内页不同之首页*/
#indexBody{
	float:left;
	padding:3px 18px;
	width:520px;
	}
/*核心内容区，首页内页不同之内页*/
#pageBody{
	float:left;
	padding:3px 20px 3px 21px;
	width:978px;
	}

/*页面内每个栏目块*/
.subject{
	width:100%;
	margin-bottom:10px;
	}
	
/*栏目块的名称*/
.subject_name{
	margin-bottom:6px;
	}
	
/*会员登录框*/
.memberLogin{
	padding:60px 12px 2px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(../Images/bg_login.jpg) center 2px no-repeat; 
	line-height:26px;
	}
.memberLogin img{
	vertical-align: middle;
	}
.memberLogin input.textbox{
	padding:1px;
	width:138px;
	height:14px;
	border:1px solid #CCCCCC;
	}
.memberLogin div{
	margin:10px 0px 6px;
	text-align:center;
	}
.memberLogin div a{
	text-decoration:underline;
	}

/*公告*/
.announce{
	background:url(../Images/line_02.gif); 
	}
.announce img{
	vertical-align: middle;
	}
	
/*服务*/
.service{
	}
	
/*友情链接*/
.links img{
	margin-bottom:8px;
	}
/*最新动态*/
.news{
	}
	
/*最新动态之图片新闻*/
.picNews {
	overflow:hidden;
	margin:8px 0px 12px;
	height:150px;
	line-height:21px;
	}
.picNews img{
	float:left;
	margin-right:15px;
	width:200px;
	height:150px;
	}
.picNews .time {
	font-size:11px;
	font-weight:bold;
	}
.picNews .name {
	display:block;
	padding-bottom:6px;
	}
.picNews .name a{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	}
	
/*最新动态之文本新闻*/
.textNews {
	overflow:hidden;
	border-top:1px solid #E1E1E1;
	background:url(../Images/line_03.gif); 
	color:#999999;
	font-size:11px;
	}
.textNews a{
	font-size:12px;
	}
	
/*一级类别整区块*/
.catalog {
	}
/*单个一级类别*/
.sort{
	float:left;
	width:160px;
	}
.sort .name{
	margin-top:8px;	
	padding-left:18px;	
	width:140px;
	height:23px;
	background:#EFEFEF url(../Images/arrow_03.gif) 3px 4px no-repeat; 
	border:1px solid #D7D7D7;
	line-height:23px
	}
.sort .name a{
	font-weight:bold;
	color:#333333;
	}
.sort .picture img{
	margin:8px 0px;	
	width:160px;
	height:86px;
	}
.sort .summary{
	overflow:hidden;
	width:160px;
	height:36px;
	line-height:18px;
	}
	
/*推荐新品commend，四个一组，共2组commend8,commend4*/
#commend4{
	}
#commend8{
	display:none;
	}
	
/*推荐新品每个图片的样式*/
.commendProPic{
	padding-left:4px;
	border:0px solid #E1E1E1;
	text-align:center;	
	}
	
/*搜索*/
.search input.textbox{
	width:94px;
	height:15px;
	padding:1px;
	border:1px solid #7F9DB9;
	background:#fff;
	}
.search select{
	width:76px;
	height:19px;
	background:#eee;
	border:1px solid #7F9DB9;
	font-size:12px;
	}

/*子页面菜单*/
.pageMenu{
	padding:38px 12px 6px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(../images/bg_pageMenu.jpg) center 2px no-repeat; 
	line-height:28px;
	}
.pageMenu img{
	vertical-align: middle;
	}

/*内页当前位置*/
.pageLocation{
	height:24px;
	margin-bottom:16px;
	background:url(../Images/subject_location.gif) no-repeat; 
	text-align:right;
	}
.pageLocation img{
	vertical-align: middle;
	}

/*内页核心内容*/	
.pageContent{
	}
/*内页列表*/
.pageContent_list{
	width:760px;
	font-size:12px;
	}

.pageContent_list ul li {  list-style:none; }

.pageContent_list ul li dl{}
.pageContent_list ul li dl dt{}
.pageContent_list ul li dl dd{}
/*内页共用的图片、时间、文件大小、回复样式*/
.pageContent_list img{
	vertical-align: middle;
	}
.pageContent_list .time{
	color:#BBBBBB;
	font-size:11px;
	}
.pageContent_list .filesize{
	color:#333333;
	}
.pageContent_list .reply{
	color:#FF6600;
	}
	
/*内页产品列表*/
.pageContent_list .item{ float:left;
width:220px; height:210px; 
	margin-bottom:15px;
	border-bottom:1px  dashed #CCCCCC;
	margin:0 20px 0 0;
}
.pageContent_list .buy{
	margin-bottom:12px;
	}

.pageContent_list .itemPic{
border:1px outset #CCCCCC;
	margin-bottom:2px;
	padding:2px;
	width:214px;
	height:150px;	
	text-align:center;
	}
.pageContent_list .itemName{ 
	padding:0px;
	line-height:28px;
	margin-top:5px;
	margin-bottom:5px;
	width:220px;
	font-size:12px;
	background:url(../pic/p_title.jpg);
	}
.pageContent_list .itemName a {color:#FFFFFF; font-weight:bold;}
.pageContent_list .atitle {width:236px; height:28px;background:url(../pic/title.gif);}
.pageContent_list .atitle a{ padding:10px 0 0 5px;color:#FFFFFF;}
.pageContent_list .itemName a{ padding-left:10px; }
/*内页纸单列表*/
.pageContent_list .bill {
	overflow:hidden;
	clear:both;
	background:url(../Images/bg_09.gif) 0px 28px repeat-x;
	}
.pageContent_list .bill .name{
	float:left;
	padding:4px 0px 4px 24px;
	font-size:14px;
	background:url(../images/arrow_bill.gif) 0px 8px no-repeat;
	}
.pageContent_list .bill .label { 
	float:right;
	margin-top:6px;
	padding:0px 6px;
	background:#EFEFEF;
	border:1px solid #ddd;
	}
.pageContent_list .bill .content {
	clear:both;
	padding:6px;
 	background:#efefef;
	line-height:160%;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	}

/*内页留言列表*/
.pageContent_list .message{
	overflow:hidden;
	clear:both;
	background:url(../Images/bg_09.gif) 0px 36px repeat-x;
	}
.pageContent_list .message .name{
	line-height:140%;
	}
.pageContent_list .message .name img{
	float:left;
	margin:0px 6px 0px 0px;
	}	
.pageContent_list .message .content{ 
	padding:12px 0 16px 0;
	width:100%;
	line-height:180%;
	}

/*内页内容查看*/	
.pageContent_view {
	line-height:180%;
	font-size:12px;
	}
	
/*内页查看产品*/
.pageContent_view .itemPic{
	float:left;
	padding-right:20px;
	width:220px;
	height:216px;
	}
.pageContent_view .itemName { float:left;
	width:469px;
	height:220px;
	}
.pageContent_view .itemName img{
	margin:6px 4px 0 0;
	vertical-align:middle;
	}
.pageContent_view .itemParticular {
	clear:both;
	padding-top:16px;
	background: url(../Images/particular.gif) 0px top no-repeat;
	}

/*内页内容结束*/
.pageContent_end {
	clear:both;
	margin-top:30px;
	text-align:right;
	font-size:12px;
	}

	
/*h1-h6设置信息*/
h2 {
	height:28px;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	background:url(../Images/bg_09.gif) bottom repeat-x;
	}
h3 {
	margin-bottom:20px;
	height:28px;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	background:url(../Images/bg_09.gif) bottom repeat-x;
	text-align:center;
	}
h5 {
	padding:0px;
	font-weight: normal;
	font-size:12px;
	margin:-16px 0px 20px;
	}
	
	
	
/*中国易网编*/
.page{width:980px; margin:0 auto; background:#FFF; }
.fixflow{zoom:1;}
.overflow{overflow:hidden;}
.t10px{margin-top:10px;}
.b10px{margin-bottom:10px;}
.ewClear{clear:both}
.ewClearLeft{clear:left;}
.ewClearRight{clear:right;}

.logoInfo{height:100px; background:url(../pic/bgtop.gif);}
.logoInfo .logo{width:466px; height:92px;float:left;}
.logoInfo .logo a{width:466px; height:55px; display:block;}
.logoInfo .ewRight{ float:right; width:273px; height:100px;}
.logoInfo .ewRight .topNav{ margin:18px 0 0 0;padding-left:15px; height:28px; line-height:23px;}
.logoInfo .ewRight .topNav a{ color:#000; padding:0 10px 0 10px;}
.logoInfo .ewRight .ewSearch{float:right;padding:0 10px 0 10px;}
.logoInfo .ewSearchText{background:url(../pic/index_10.jpg) no-repeat; width:154px; height:18px; line-height:18px; border:0px; float:left;}
.logoInfo .ewSearchSelect{display:none;}
.logoInfo .ewSearchSubmit{background:url(../pic/index_11.jpg) no-repeat; width:57px; height:18px; border:0px;float:left;}

.nav{background:url(../pic/index_14.jpg) repeat-x left top; height:38px; line-height:38px; margin-bottom:5px;}
.nav ul{margin:0; padding:0;}
.nav li{list-style:none; float:left; text-align:center;}
.nav li a{color:#FFFFFE;padding:0 10px 0 10px;font-size:14px;font-weight:bold; display:block; width:80px; height:38px;}
.nav li a:hover{  padding:0 10px 0 10px; text-decoration:underline;}

#navService{position:absolute; margin-top:38px; line-height:30px;visibility:hidden;background: #006FB4}
#navService a{ display:block; width:100px;font-weight:normal;padding:0; border-bottom:1px solid #FFF;}
#navService a:hover{background: #006FB4 url(); padding:0; color:#FFFFFF;}
#navDown{position:absolute; margin-top:38px; line-height:30px; visibility:hidden;background: #006FB4}
#navDown a{ display:block; width:100px;font-weight:normal;padding:0; border-bottom:1px solid #FFF;}
#navDown a:hover{background: #006FB4 url(); padding:0;color:#FFFFFF;}
#navAbout{position:absolute; margin-top:38px; line-height:30px; color:#FF0000;visibility:hidden;background: #006FB4}
#navAbout a{ display:block; width:100px;font-weight:normal;padding:0; border-bottom:1px solid #FFF;}
#navAbout a:hover{background: #006FB4 url(); padding:0;color:#FFFFFF;}

.gdNews{ height:10px; color:#FFF; line-height:10px;}
.gdNews a{color:#FFF;}
.gdNews .annA{float:left; width:80px; text-align: center;}
.gdNews .annB{float:left;}

.ewContent{margin:0;}
.ewContent .ewcLeft{float:left; width:190px;}
.ewContent .ewcLeft .ewclTop {}
.ewContent .ewcLeft .ewclBott{}
.ewContent .ewcLeft .ewclBott .lContent{ padding:5px 1px 1px 1px; color:#1F3A87; height:382px;background:#F3F3F3;  border:1px solid #ccc;}
.ewContent .ewcLeft .ewclTop .lTContent{ margin-bottom:10px; padding:5px; color:#1F3A87; border:1px solid #ccc; height:245px;background:#F3F3F3; }

.ewContent .ewcRight{
	float:right;
	width:779px;
}
.ewContent .ewcRight .cA .ewLeft{float:left; width:545px; }
.ewContent .ewcRight .cA .ewLeft .ewlTop{width:545px;}
.ewContent .ewcRight .cA .ewLeft .ewlBott{width:545px;}
.ewContent .ewcRight .cA .ewRight{float:right; width:224px;}
.ewContent .ewcRight .cA .ewRight .ewTitle,.ewContent .ewcLeft .ewTitle{background:url(../pic/index_26.jpg) repeat-x; height:27px; line-height:27px; color:#FFFFFF; border-right:1px solid #ccc;}

.ewLeft .ewTitle{background:url(../pic/index_26.jpg) repeat-x; height:27px; line-height:27px; color:#FFFFFF; margin-bottom:2px; }

.ewContent .ewcRight .cA .ewRight .ewTitle em{ float:right; background:url(../pic/index_44.jpg) no-repeat; width:48px; height:13px; position:absolute; margin-left:100px; margin-top:5px; *margin-top:5px !important;_margin-top:0px;}
.ewContent .ewcRight .cA .ewRight .ewTitle em a{width:48px; height:13px; display:block;}
.ewContent .ewcRight .cA .ewRight .rContent{background:#F3F3F3;  color:#1F3A87; border:1px solid #ccc;}
.ewContent .ewcRight .cA .ewRight .rContent a{}
.ewContent .ewcRight .cA .ewRight .rContent .ewHeight{ height:465px;}
.ewContent .ewcRight .cA .ewRight .rContent .ewHeightB{ height:186px;}
.ewContent .ewcRight .cA .ewRight .rContent .ewHeightC{ height:116px;}
.ewContent .ewcRight .cA .ewRight .ewGuestbookBg{ margin-top:0px;}
.ewContent .ewcRight .cA .ewRight .ewGuestbook{height:158px; padding-left:10px; padding-right:10px;}
.ewContent .ewcRight .cA .ewRight .ewGuestbook_1{height:258px; padding-left:10px; padding-right:10px;}

.ewContent .ewcRight .cA .ewRight .ewGuestbookBottom{background:url(../pic/index_80.jpg) no-repeat left top; height:8px; overflow:hidden;}

.ewContent .links { float:left;width:979px;}
.ewContent .links .title{background:url(../pic/index_83.jpg) repeat-x; height:21px;}
.ewContent .links .title .ewLeft{background:url(../pic/index_82.jpg) no-repeat; height:21px; width:202px; float:left;color:#325FB2;font-weight:bold;}
.ewContent .links .title .ewRight{background:url(../pic/index_86.jpg) no-repeat; height:21px; width:7px; float:right;}
.ewContent .links .list{ border-left:1px solid #C7D8EA; border-right:1px solid #C7D8EA; padding:0 10px;}
.ewContent .links .bottom{background:url(../pic/index_97.jpg) repeat-x; height:5px;}
.ewContent .links .bottom .ewLeft{background:url(../pic/index_96.jpg) no-repeat; height:5px; width:11px; overflow:hidden; float:left;}
.ewContent .links .bottom .ewRight{background:url(../pic/index_99.jpg) no-repeat; height:5px; width:7px; overflow:hidden; float:right;}
.priceList .TextNewsList li{ width:50%; float:left; overflow:hidden; height:20px;line-height:20px;}


.priceList .TextNewsList li a {}
.ewContent .ewList .TextNewsList li{ list-style:none; margin-left:10px; padding:0;}
.ewContent .ewList .TextNewsList li span{ display:block;width:12px; height:20px;  float:left; margin-left:-10px;}
.ewContent .ewList .TextNewsList li a{}
.ewContent .ewList .TextNewsList li h2 .txtCon{clear:both;}

.ewContent .ewcRight .cA .ewRight .rContent .ewHeight .ewhContact{ height:245px;padding:5px; }
.ewhContact ul li{ margin:2px;list-style:none; width:220px;}
.ewhContact ul li .s1{padding:10px;}


.lTContent,.lContent ul li{  }
.ewRight .TextNewsList ul{margin:0; padding:0;}
.ewRight .TextNewsList li{margin:0; padding:0; }



.footerInfo .footerNav{background:url(../pic/index_102.jpg) repeat-x; height:10px; line-height:10px; color:#ddd; }
.footerInfo .footerNav a{ color:#ddd; font-weight:bold; padding:0 20px 0 20px;}
.footerInfo .footer{background: #FFF; padding-bottom:25px; padding-top:5px; text-align:center;}


/*选项卡1*/
#Tab1{
width:645px;
margin:0px;
padding:0px;
margin:0 auto;}
#Tab2{
width:645px;
margin:0px;
padding:0px;
margin:0 auto;}
#Tab3{
width:645px;
margin:0px;
padding:0px;
margin:0 auto;}

/*菜单class*/
.Menubox {
width:100%;

height:25px;
line-height:25px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:80px;
text-align:center;
color:#fff;
list-style:none;
}
.Menubox li.hover{
padding:0px;
width:80px;
border-bottom:3px solid #006FB4;
color:#000;
font-weight:bold;
height:25px;
line-height:25px;
}
.Contentbox{
clear:both;
margin-top:0px;
border-bottom:1px dashed #CFCFCF;
border-top:none;
padding-top:8px;
width:541px;
}
.ContentboxB{clear:both;
margin-top:0px;
border-top:none;
padding-top:8px;
width:776px;
}

.Contentbox .ewPriceImg{width:180px; float:left; overflow:hidden;}
.Contentbox .ewImg{width:180px; float:left; overflow:hidden; height:230px;}
.Contentbox .priceInfo{float:left; width:440px;}
.Contentbox .lHeightA,.ContentboxB .lHeightA{height:215px;padding:8px;}
.Contentbox .lHeightB{height:260px;padding:8px;}
.Contentbox .lHeightC,.ContentboxB .lHeightC{height:168px;padding:8px;}
.Contentbox em{ float:right; margin-right:10px;}
.Contentbox em a{ background:url(../pic/index_44.jpg) no-repeat; width:48px; height:13px; display:block}

.price{width:426px;height:167px;*height:167px !important;_height:160px;overflow:hidden;border:1px #cccccc solid}
.priceBlank{width:426px; height:167px; position:absolute; background:url(../pic/11.gif);}

.hotInfo{width:426px;height:167px;*height:167px !important;_height:160px;overflow:hidden;border:1px #cccccc solid}
.hotInfoBlank{width:426px; height:167px; position:absolute; background:url(../pic/11.gif);}

.hotInfo{margin-left:180px;}

.navBottom{background:url(../pic/sprites-t1.gif) repeat-x 0 -360px; height:20px;}
.ewNContent{margin:0 5px;}
.ewNContent .ewLeft{float:left; width:223px;}
.ewNContent .ewRight{float:left; width:500px;}
/*.ewNContent .ewLeft .ewTitle{background:url(../pic/leftnav.gif) repeat-x left -20px; height:30px; line-height:30px; color:#FFF; font-weight:bold;}*/
.ewNContent .ewLeft .ewCon{color:#293D6B; background:#C8D7E3 url(../pic/left-nav-corner.gif) no-repeat right bottom; padding-bottom:21px; padding-left:10px; padding-right:10px;}
.ewNContent .ewLeft .ewProList{color:#293D6B; background:#046DC3 url(../pic/left-nav-corner.gif) no-repeat right bottom; padding-bottom:21px;}
.ewNContent .ewLeft .ewProList ul{margin:0; padding:0;}
.ewNContent .ewLeft .ewProList li{ list-style:none;margin:0; padding:0;border-bottom:1px solid #fff; background:#F3F3F3;}
.ewNContent .ewLeft .ewProList li a{ display:block; height:23px; line-height:23px; padding-left:20px;}
.ewNContent .ewLeft .ewProList li a:hover{ background:#DBE4EE}
.ewNContent .ewLeft .ewProList li.bigClassName a{ background:url(../Images/arrow_05.gif) no-repeat 5px center;}
.ewNContent .ewLeft .ewProList li.smallClassName a{ background:url(../Images/arrow_06.gif) no-repeat 5px center; text-indent:10px;}
.ewNContent .ewLeft .ewProList li.bigClassName a:hover{ background:#DBE4EE url(../Images/arrow_05.gif) no-repeat 5px center;}
.ewNContent .ewLeft .ewProList li.smallClassName a:hover{ background:#DBE4EE url(../Images/arrow_06.gif) no-repeat 5px center;}

.ewNContent .ewLeft .relatedLinks h4{font-size:12px; font-weight:bold; color:#333; text-align:left; height:25px; line-height:25px; margin:15px 0 0 0;}
.ewNContent .ewLeft .relatedLinks h4 em{
	font-size:10px;
	color:#aaa;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
}
.ewNContent .ewLeft .relatedLinks ul{ margin:0 0 0 20px; padding:0;}
.ewNContent .ewLeft .relatedLinks li{ list-style:circle; padding:0; margin:0;}
.ewContent  .ewTitle h1{ list-style:none;height:27px; padding-left:10px; width:80px; line-height:27px; color:#FFFFFF; background:url(../pic/titleb.jpg);font-size:13px; font-family: Arial, Helvetica, sans-serif,Tahoma;}

.ewNContent .ewLeft .ewTitle h1{ list-style:none;height:27px; padding-left:10px; width:80px; line-height:27px; color:#FFFFFF; background:url(../pic/titleb.jpg);font-size:13px; font-family: Arial, Helvetica, sans-serif,Tahoma;}

.ewNContent .ewRight .ewTitle h1 em{ position:absolute;float:right; line-height:20px; font-size:12px; font-weight:normal; margin-left:600px; font-style:normal; font-family:Tahoma, Geneva, sans-serif;}
.ewNContent .ewRight .ewTitle h1 span{font-size:12px; font-weight:normal;font-style:normal; font-family:Tahoma, Geneva, sans-serif;}
.ewNContent .ewRight .ewCon{line-height:25px; font-size:14px;}

.ewNContent .ewRight .ewNewsTitle{border-bottom:1px solid #CCC;}
.ewNContent .ewRight .ewNewsTitle h1{height:50px; line-height:50px; font-weight:100; font-size:28px; font-family:"黑体",Tahoma;}
.ewNContent .ewRight .ewNewsTitle h1 em{ position:absolute;float:right; line-height:20px; font-size:12px; font-weight:normal; margin-left:600px; font-style:normal; font-family:Tahoma, Geneva, sans-serif;}
.ewNContent .ewRight .ewNewsTitle .ewLocation{float:right; line-height:20px; font-size:12px; font-weight:normal; text-align:right; width:100%; font-style:normal; font-family:Tahoma, Geneva, sans-serif; margin-top:-70px;color:#CCC;}
.ewNContent .ewRight .ewNewsTitle .ewLocation a{color:#CCC;}
.ewNContent .ewRight .ewNewsTitle h1 span{font-size:12px; font-weight:normal;font-style:normal; font-family:Tahoma, Geneva, sans-serif;}
.ewNContent .ewRight .ewNewsCon{line-height:28px; font-size:12px;}
.ewNContent .ewRight .ewH4{ font-size:18px; font-weight:100;font-family:"黑体",Tahoma; text-align:center; border-bottom:2px solid #999;}

/*滚动文字*/
#announcement {
	overflow: hidden;
}
#announcement div {
	overflow:hidden;
	line-height: 18px;
	height: 18px;
}
#announcement li {
	padding:0;
	margin:0;
	font-size: 12px;
	list-style-type: none;
	white-space: nowrap;
	line-height: 18px;
	height: 18px;
	overflow:hidden;
}
#announcement a {
	text-decoration: none;
}
#announcement a:hover {
	text-decoration:underline;
}
/**/
